home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / actvcrsr / readme.txt < prev   
Encoding:
Text File  |  1998-01-21  |  3.8 KB  |  109 lines

  1. ActiveCursor v1.0.0
  2. ===================
  3. programmer: sung yi
  4. date written: Aug 1996
  5. description:
  6.         Hide or show mouse cursor, set or get cursor position from
  7.         Visual Basic program.
  8.  
  9. The ActiveCursor is a freeware and you may copy, use, and distribute
  10. to your friends.  However, if you are interested in getting a source
  11. code for this program, please let me know.
  12.  
  13. --------------------------------------------------------------------
  14. methods:
  15. --------------------------------------------------------------------
  16. Public Function setVisible(stat As Boolean) As Integer
  17. -> set mouse cursor hide(set stat to false) or show(set stat to true)
  18.  
  19. Public Function getX() As Long
  20. -> get X coord
  21.  
  22. Public Function getY() As Long
  23. -> get Y coord
  24.  
  25. Public Sub setX(x As Long)
  26. -> set X mouse cursor position
  27.  
  28. Public Sub setY(y As Long)
  29. -> set Y mouse cursor position
  30.  
  31. Public Sub setXY(ByVal x As Long, ByVal y As Long)
  32. -> set X, Y mouse cursor position
  33.  
  34. --------------------------------------------------------------------
  35. properties:
  36. --------------------------------------------------------------------
  37. Public Property Get visible() As Boolean
  38. -> get cursor visibility status
  39.  
  40. Public Property Let visible(ByVal New_visible As Boolean)
  41. -> set cursor visibility
  42.  
  43. --------------------------------------------------------------------
  44. Also, please check out other programs written by me such as:
  45.  
  46. ActiveCursor: Hide or show cursor, set or get cursor position.
  47.         (FREEWARE)
  48.         SOURCE CODE: $10.00
  49.         
  50. ActiveResizer: A smart form resizer that automatically resizes all
  51.         of the controls and fonts on the form(SHAREWARE).
  52.         SINGLE COPY: $20.00
  53.         SOURCE CODE and site license: $120.00
  54.  
  55. ActiveFun: Convert VB data entry form into a fun video game.
  56.         A great stress reliever for your users!!!
  57.         (SHAREWARE)
  58.         SING COPY: $20.00
  59.         SOURCE CODE: $50.00
  60.                  
  61. ActiveCommander: Shutdown, reboot, restart windows, or log off a user
  62.         in the VB program.
  63.         (FREEWARE)
  64.         SOURCE CODE: FREE
  65.         
  66. Visual Java FTP: A platform independent friendly GUI FTP client written
  67.         in Borland JBuilder.
  68.         (FREEWARE) 
  69.         SOURCE CODE: $50.00(us)
  70.         
  71. VEU(Very Easy to Use) Eletronic Bible: A bible reader program.  Search,
  72.         set bookmarks, notes, log prayers, and get prayer statistics.
  73.         (FREEWARE)
  74.         SOURCE CODE: FREE
  75.         
  76. Barcode Generator: Written in Delphi to let you create and print various
  77.         barcode type.
  78.         (FREEWARE)
  79.         SOURCE CODE: $20.00
  80.         
  81. Java 3 of 9 barcode generator: Platform independent barcode program.
  82.         (FREEWARE)
  83.         SOURCE CODE: $10.00        
  84.         
  85. and much, much more...        
  86.  
  87. **************************************************************************
  88. I also write custom programs in Visual Basic, Java, C, or other 
  89. popular computer languages.  Please let me know if there is any 
  90. small computer project to be done but you don't have enough time 
  91. or resource to do it.  I might be interested in it!!!
  92. **************************************************************************
  93.  
  94. Please visit my homepage for other goodies
  95.  
  96. e-mail:         javax@networksplus.net
  97. homepage:       http://www.networksplus.net/javax
  98.  
  99. HAPPY COMPUTING!!!
  100.  
  101. **************************************************************************
  102. PERMISSION TO USE, COPY, MODIFY, AND DISTRIBUTE THE SOFTWARE ON THIS SITE,
  103. UNLESS OTHERWISE SPECIFIED, ARE HEREBY GRANTED WITHOUT ANY FEE.
  104.  
  105. I, THE AUTHOR, MAKE NO WARRANTIES ABOUT THE SUITABILITY OF THE SOFTWARE
  106. AND SHALL NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY USER AS A RESULT OF 
  107. USING, MODIFYING OR DISTRIBUTING THE SOFTWARE OR THEIR DERIVATIVES.
  108. **************************************************************************
  109.